home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / pc / dos / teachaid / pccai / caiarc1.exe / TESTPCX.CAI < prev    next >
Text File  |  1993-12-06  |  1KB  |  39 lines

  1. .rem                                                                 
  2. .rem -----------------PRESS CTRL-G (Go) TO RUN THIS PROGRAM--------- 
  3. .rem                                                                 
  4. .screen 0
  5. .cls
  6. This is an example of using the TXPCX program to display PCX files
  7. on the screen, and control their size. In this case, the PCX file
  8. is shown at 50% size first, then 25% size.
  9.  
  10. The TXPCX program determines for itself what monitor type is appropriate
  11. to use.
  12.  
  13. NOTE:The TXPCX has more options than the CAIPCX viewer, but it takes
  14. more memory, and is probably useful only on 386 class machines or
  15. higher. If you run TXPCX on a 286 or lower, you may have memory
  16. problems, and the graphics may be too slow to load.
  17.  
  18. When the PCX image appears, you must press Enter for the CAI program
  19. to continue:
  20. .locate 24,1
  21. .pause
  22. @shell (*txpcx wolf,50*)
  23. .cls
  24. Now the PCX will be shown at 25% size...
  25. .pause
  26. @shell (*txpcx wolf,25*)
  27. .cls
  28. You can also show a series of PCX files in a "slide show" using
  29. special effects. Here is an example:
  30.  
  31. .pause
  32. @SHELL (*TXPCX @TXPCX.DAT*)
  33. .screen 0
  34. .cls
  35. Thats all...
  36. .locate 24,1
  37. .pause
  38. .cls
  39.